PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFHatchBrushStyle Enumeration
In This Topic
    PDFHatchBrushStyle Enumeration
    In This Topic
    Defines the supported styles for hatch brushes.
    Members
    MemberDescription
    BACKWARD_DIAGONALA pattern of lines on a diagonal from upper right to lower left.
    CHECKERBOARDA hatch with the appearance of a checkerboard.
    CROSSHorizontal and vertical lines that cross.
    DIAGONAL_CROSSForward diagonal and backward diagonal lines that cross.
    FORWARD_DIAGONALA pattern of lines on a diagonal from upper left to lower right.
    HORIZONTALA pattern of horizontal lines.
    LARGE_CIRCLEA hatch with the appearance of an empty circle that covers the full brush.
    LARGE_DIAMONDA hatch with the appearance of a diamond that covers the full brush.
    LARGE_DISCA hatch with the appearance of a filled circle that covers the full brush.
    SMALL_CIRCLEA hatch with the appearance of an empty circle that covers half of the brush.
    SMALL_DIAMONDA hatch with the appearance of a diamond that covers half of the brush.
    SMALL_DISCA hatch with the appearance of a filled circle that covers half of the brush.
    VERTICALA pattern of vertical lines.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.graphics.PDFHatchBrushStyle

    See Also